home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3pl.h
- // Auto generated file, do not modify by hand
- // Copyrights 2002, Realsoft Graphics Oy
-
- var R3_PL_H = 1;
- include("oops/r3prglng.js")
-
-
- var R3CLID_R3PL = 9;
-
-
-
-
-
-
-
- // R3PLA_Words: 'R3PLA_Words' not documented
- R3PLA_Words = 9500;
- // R3PLA_Data: 'R3PLA_Data' not documented
- R3PLA_Data = 9516;
- // R3PLA_AttribFunction: 'R3PLA_AttribFunction' not documented
- R3PLA_AttribFunction = 9517;
- var R3PLBUSY_START = 1;
- var R3PLBUSY_UPDATE = 2;
- var R3PLBUSY_END = 3;
- var R3PLERRHT_RPL = 0;
- var R3PLERRHT_C = 1;
- var R3PLERRHF_PERMANENT = 1;
-
-
- function r3R3pl () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_R3PL, arguments);
- }
- // Methods
-
- // Attributes
- }
-
- r3R3pl.prototype=new r3Prglng;
- // r3pl.h_H